home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 132 (Alt)
/
Vol 132.iso
/
games
/
hewitt.swf
/
scripts
/
DefineSprite_147
/
frame_41
/
DoAction.as
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2011-06-09
|
147 b
|
10 lines
i = 1;
while(i < 40)
{
if(_root.inven["box" + i]._currentframe == 21)
{
_root.inven["box" + i].gotoAndStop(1);
}
i++;
}